home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineSprite_158 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  201 b   |  13 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_visible == true)
  4.    {
  5.       Mouse.show();
  6.       if(Key.isDown(32))
  7.       {
  8.          _visible = false;
  9.          _root.gotoAndPlay("init");
  10.       }
  11.    }
  12. };
  13.